From a8f3465181a9eedf16efb8eb5e6e6cce041526fe Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 21 Jan 2013 18:23:25 -0500 Subject: [PATCH] Add some missing annotations --- gtk/gtkplacessidebar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index a0a1ed9915..e0b3236e90 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -3927,7 +3927,7 @@ gtk_places_sidebar_get_open_flags (GtkPlacesSidebar *sidebar) /** * gtk_places_sidebar_set_location: * @sidebar: a places sidebar - * @location: location to select, or #NULL for no current path + * @location: (allow-none): location to select, or #NULL for no current path * * Sets the location that is being shown in the widgets surrounding the * @sidebar, for example, in a folder view in a file manager. In turn, the @@ -3992,7 +3992,7 @@ gtk_places_sidebar_set_location (GtkPlacesSidebar *sidebar, GFile *location) * function to get the location that is being referred to during the callbacks * for your menu items. * - * Returns: a GFile with the selected location, or #NULL if nothing is visually + * Returns: (transfer full): a GFile with the selected location, or #NULL if nothing is visually * selected. * * Since: 3.8 -- 2.30.2